The following are the steps on how to deploy Keycloak helm on Ubuntu Server 19.10 from Scretch:
Install microk8s from snap:
1
sudo snap install microk8s --classic
Enable the Helm3 for microk8s:
1
microk8s.enable helm3
Add codecentric helm repo:
1
microk8s.helm3 repo add codecentric https://codecentric.github.io/helm-charts
Update Helm repo:
1
microk8s.helm3 repo update
Install Keycloak helm:
1
microk8s.helm3 install keycloak codecentric/keycloak
Reference: